+Thu Feb 5 01:50:19 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_paint): Fix
+ the drawing of tearoff menu items which don't come first in their
+ menu. (#33311)
+
Thu Feb 5 00:59:08 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombo.c (gtk_combo_entry_key_press): Use
+Thu Feb 5 01:50:19 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_paint): Fix
+ the drawing of tearoff menu items which don't come first in their
+ menu. (#33311)
+
Thu Feb 5 00:59:08 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombo.c (gtk_combo_entry_key_press): Use
+Thu Feb 5 01:50:19 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_paint): Fix
+ the drawing of tearoff menu items which don't come first in their
+ menu. (#33311)
+
Thu Feb 5 00:59:08 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombo.c (gtk_combo_entry_key_press): Use
+Thu Feb 5 01:50:19 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_paint): Fix
+ the drawing of tearoff menu items which don't come first in their
+ menu. (#33311)
+
Thu Feb 5 00:59:08 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombo.c (gtk_combo_entry_key_press): Use
+Thu Feb 5 01:50:19 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_paint): Fix
+ the drawing of tearoff menu items which don't come first in their
+ menu. (#33311)
+
Thu Feb 5 00:59:08 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombo.c (gtk_combo_entry_key_press): Use
x = widget->allocation.x + GTK_CONTAINER (menu_item)->border_width;
y = widget->allocation.y + GTK_CONTAINER (menu_item)->border_width;
- width = widget->allocation.width - x * 2;
- height = widget->allocation.height - y * 2;
+ width = widget->allocation.width - GTK_CONTAINER (menu_item)->border_width * 2;
+ height = widget->allocation.height - GTK_CONTAINER (menu_item)->border_width * 2;
right_max = x + width;
if (widget->state == GTK_STATE_PRELIGHT)